home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / bsd / sys / mach_swapon.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  341b  |  22 lines

  1. /* 
  2.  * Copyright (c) 1989 NeXT, Inc.
  3.  * All rights reserved.
  4.  */
  5.  
  6. /*
  7.  * mach_swapon.h
  8.  *
  9.  * Definitions for the mach_swapon system call.
  10.  *
  11.  * HISTORY
  12.  * 28-Feb-88  Peter King (king) at NeXT, Inc.
  13.  *    Created
  14.  */
  15.  
  16. #ifndef    _MACH_SWAPON_H
  17. #define    _MACH_SWAPON_H
  18.  
  19. #define    MS_PREFER    0x1    /* This device/file is preferred */
  20.  
  21. #endif    _MACH_SWAPON_H
  22.